Builder wget-solaris10-i386 Build #415
Results:
Failed shell_3
SourceStamp:
Project | wget |
Repository | https://gitlab.com/gnuwget/wget.git |
Branch | master |
Revision | 314a4f42be3c969aadc1cef9f5859f8a61b7ca82 |
Got Revision | 314a4f42be3c969aadc1cef9f5859f8a61b7ca82 |
Changes | 3 changes |
BuildSlave:
unstable10xReason:
The SingleBranchScheduler scheduler named 'schedule-wget-solaris10-i386' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /export/home/buildbot/slave/wget-solaris10-i386 | slave |
buildername | wget-solaris10-i386 | Builder |
buildnumber | 415 | Build |
codebase | Build | |
got_revision | 314a4f42be3c969aadc1cef9f5859f8a61b7ca82 | Git |
project | wget | Build |
repository | https://gitlab.com/gnuwget/wget.git | Build |
revision | 314a4f42be3c969aadc1cef9f5859f8a61b7ca82 | Build |
scheduler | schedule-wget-solaris10-i386 | Scheduler |
slavename | unstable10x | BuildSlave |
workdir | /export/home/buildbot/slave/wget-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Tomas Hozzathozza@redhat.com
Timing:
Start | Sat Jul 11 23:07:05 2020 |
End | Sat Jul 11 23:15:06 2020 |
Elapsed | 8 mins, 0 secs |
All Changes:
:
Change #111133
Category wget Changed by Tomas Hozza <thozza @redhat.com>Changed at Sat 11 Jul 2020 22:54:26 Repository https://gitlab.com/gnuwget/wget.git Project wget Branch master Revision 28196b6807873520f5441b1ad980919a137660d7 Comments
testenv: HTTPTest.begin() should return exit value * testenv/test/http_test.py: Ensure that HTTPTest.begin() always returns a value Previously the HTTPTest.begin() method always returned None. However this is not consistent with the begin() implementation of the parent class (BaseTest). This change ensures that HTTPTest.begin() returns a value. Signed-off-by: Tomas Hozza <thozza@redhat.com>
Changed files
- testenv/test/http_test.py
Change #111134
Category wget Changed by Tomas Hozza <thozza @redhat.com>Changed at Sat 11 Jul 2020 22:54:26 Repository https://gitlab.com/gnuwget/wget.git Project wget Branch master Revision 8ffebe216099c7dcc85310c78c810e960e228c03 Comments
testenv: Allow definition of environment variables for wget execuion * testenv/README: Added description for new EnvironmentVariable hook * testenv/conf/environment_variable.py: Added implementation of EnvironmentVariable hook * testenv/test/base_test.py: Modified exec_wget() to enable use of EnvironmentVariable hook Added new test hook called EnvironmentVariables, for defining environment variables when wget is executed in tests. This is handy for testing environment variables, which are accepted by wget. Signed-off-by: Tomas Hozza <thozza@redhat.com>
Changed files
- testenv/README
- testenv/conf/environment_variables.py
- testenv/test/base_test.py
Change #111135
Category wget Changed by Tomas Hozza <thozza @redhat.com>Changed at Sat 11 Jul 2020 22:54:26 Repository https://gitlab.com/gnuwget/wget.git Project wget Branch master Revision 314a4f42be3c969aadc1cef9f5859f8a61b7ca82 Comments
testenv: Add test for handling of no_proxy environment variable * testenv/Test-no_proxy-env.py: Added new test for no_proxy env * testenv/Makefile.am: Added the new test to Makefile Added new test with 5 cases, which are testing various combinations of no_proxy environment variable definition and requested URLs. The test is skipped if the system does not support resolution of localhost subdomains to lcalhost address. Signed-off-by: Tomas Hozza <thozza@redhat.com>
Changed files
- testenv/Makefile.am
- testenv/Test-no_proxy-env.py