Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/llvm/llvm-lnt
https://github.com/llvm/llvm-lnt
I assume they were unintentional or they would have used the logging
infrastructure.
llvm-svn: ...
0e6c61c221481695245b505675d71f68df97f44e authored over 7 years ago by Matthias Braun <[email protected]>llvm-svn: 312657
fec0c2db34b03ee3b9a93755ae6a5013f4cc3efb authored over 7 years ago by Matthias Braun <[email protected]>llvm-svn: 312611
3e22eca03aaccb0685d83393ae798758c22ce918 authored over 7 years ago by Matthias Braun <[email protected]>llvm-svn: 312610
467ad7991302802df5278420269a85798419c2b9 authored over 7 years ago by Matthias Braun <[email protected]>llvm-svn: 312605
7fd06b9c2ea2103dd9f0f87f3f7d7eb707cfbdc9 authored over 7 years ago by Matthias Braun <[email protected]>
- Do not submit the same run twice during the script
- Extend server_wrapper with a mode that fa...
This should fix all those invalid "WARNING: Found different hashes for
multiple samples" in the ...
Also log which fieldchanges get computed.
llvm-svn: 312600
c206e58c95bb54796275410d14e52330e2dbc7bb authored over 7 years ago by Matthias Braun <[email protected]>
Turns out we have not enough tests for the fieldchange logic so I
accidentally broke some of it ...
llvm-svn: 312586
4f9efd91a9ea0b74188885954044b3136d00d6f7 authored over 7 years ago by Matthias Braun <[email protected]>
MySQL Collation is by default 'utf8_general_ci' which is not case
sensitive. In sample creation...
The actual issue was that MySQL was doing a case insensitive string
compare.
llvm-svn: 312399
8c25bd36812f5550131c0e19895a4ca8584c0469 authored over 7 years ago by Chris Matthews <[email protected]>
The next attempt to avoid database deadlocks in the metadata tables:
Make sure no session is act...
Trying to avoid some deadlocks which I assume are caused by testsuite
metadata getting loaded la...
llvm-svn: 312365
51de7e435274a8f60b30a4c4cebc795ca843df36 authored over 7 years ago by Chris Matthews <[email protected]>
SQLAlchemy sessions should be handled independently of the lifetimes of
database objects.
See a...
eb0f1b51e7bcf46cf8868ea0186f8e8f086e6ed8 authored over 7 years ago by Matthias Braun <[email protected]>Oops.
llvm-svn: 312362
3e98832e36cf7d6c51cf9dd31489deb7d9455f18 authored over 7 years ago by Matthias Braun <[email protected]>
Rename field_id template parameter to field_index since it does not have
the value of field.id b...
llvm-svn: 312314
a91b67478b1563bfe6036f2027c0619d6d38f36f authored over 7 years ago by Leandro Nunes <[email protected]>This needs to be defined for the custom logging file to work.
llvm-svn: 312301
86524d17c37d92738b36b90c1b7a890c392796f2 authored over 7 years ago by Chris Matthews <[email protected]>
The file logger should not be used in production. The logic was wrong
for suppressing that.
llv...
262fb29d0ac1d2aa951a634149278272a8a0993b authored over 7 years ago by Chris Matthews <[email protected]>Replace with filename instead.
llvm-svn: 312298
f9ebc894d304bfdc9f427ba36d989c330d3bf66c authored over 7 years ago by Chris Matthews <[email protected]>
The latest lit changes lead to __file__ reporting a relative path
instead of an absolute one. Wr...
When you have gotten samples from the API, it is useful to be able to
get their graphs. This en...
llvm-svn: 312198
3e6abf6cff2d55855ab052886cae304a243f6265 authored over 7 years ago by Chris Matthews <[email protected]>Simplify code. Avoid database queries from jinja template.
llvm-svn: 312093
ea5ca020e988653ed79051f1e176c77bff79f099 authored over 7 years ago by Matthias Braun <[email protected]>
In contrast to the previous lazy loading:
- Simplifies the code
- This is a step towards the goa...
The function wasn't used otherwise.
llvm-svn: 312092
7cc084e0048a2b4dbcee2c463b414f718ab53cca authored over 7 years ago by Matthias Braun <[email protected]>No need to pass the whole v4db object, a session is enough.
llvm-svn: 312090
32d1bba369b7dfc47e93996486371518f37f9cbd authored over 7 years ago by Matthias Braun <[email protected]>llvm-svn: 312089
2eedd0d030da99c4aa0314d8ceb7f5d6f6a9591a authored over 7 years ago by Matthias Braun <[email protected]>
This removes the possibility to not commit a run. It was easy to forget
to pass the commit flag ...
llvm-svn: 312063
dc8205b484adc40e65f2e8afc2f12a47a15627c0 authored over 7 years ago by Matthias Braun <[email protected]>llvm-svn: 312062
cd439af2695f0206f6fee462b3c7c1a626ab935c authored over 7 years ago by Matthias Braun <[email protected]>llvm-svn: 312060
d118743346d32fd5e3e4cd258736e86b69db0b2b authored over 7 years ago by Matthias Braun <[email protected]>This adds an option to check generated html pages for errors with tidy-html5
llvm-svn: 312061
10289edffc129d666df947b68e7842cfcfd7e228 authored over 7 years ago by Matthias Braun <[email protected]>
The index field cannot be computed in the constructor of the SampleField
object; it was only ini...
llvm-svn: 312058
d4116306e1ffabdde465f05721756e97ac77a749 authored over 7 years ago by Matthias Braun <[email protected]>llvm-svn: 312057
43a4fd814385e368bb37c707fa97cb925eed4f0b authored over 7 years ago by Matthias Braun <[email protected]>llvm-svn: 312056
4459b8788265e1f1cd41683e7940b4fe6a9e9ad7 authored over 7 years ago by Matthias Braun <[email protected]>Import some runs.
llvm-svn: 311963
f62f90f1cb9109e2bb596788bf0c00daa8630bba authored over 7 years ago by Chris Matthews <[email protected]>
Seems as though the DBs treat unicode a little differently, so downcast
to string so we look for...
llvm-svn: 311961
2c04eb3ae9cbdf67dc4e4fdec940525d4a684c47 authored over 7 years ago by Chris Matthews <[email protected]>
Seems like this cache is failing, and we get integrity errors. In
David's original patch he down...
This should needs to match the schema defn in the 0_1 migration, which
was changed for MySQL com...
lnt createdb is not provided by LNT any longer.
Differential Revision: https://reviews.llvm.org...
9ea08bc0813661042b89136ccdaf613f779dc669 authored over 7 years ago by Florian Hahn <[email protected]>This fixes the baseline menu in a few more pages.
llvm-svn: 311761
48de904e110d6cbb6f6b034a28e8de53b5f2d219 authored over 7 years ago by Matthias Braun <[email protected]>llvm-svn: 311760
92a363ab19b98bd28eb4247ae638409061f826a2 authored over 7 years ago by Matthias Braun <[email protected]>llvm-svn: 311759
9e3d01bd7419fcbd7ae8002e8608543e249bec9e authored over 7 years ago by Matthias Braun <[email protected]>
Doing database queries inside page templates is bad style and makes it
hard to find all code wor...
llvm-svn: 311755
f73f01927b448432573dfd1234b4e830a533466d authored over 7 years ago by Matthias Braun <[email protected]>
Reduce dependence on lnt.server.ui.util for code outside of
lnt.server.ui.
llvm-svn: 311754
c5b0da603cb3c91ee98353c5746d225138b9ccd5 authored over 7 years ago by Matthias Braun <[email protected]>
There has been no other version than 0.4 for a long while and it is
unlikely to ever change agai...
Some code was using init_logger(show_sql=True), while other code was
passing echo=True to the V4...
llvm-svn: 311698
8b0b42dc485333bae9ac83d5c6735f00b3e2e23b authored over 7 years ago by Chris Matthews <[email protected]>llvm-svn: 311697
3cacb5baf29893cce0ea66c5ee029ad8598e0723 authored over 7 years ago by Chris Matthews <[email protected]>llvm-svn: 311688
4f2a4761256b2fa7bc823e83421d1632f24108d4 authored over 7 years ago by Chris Matthews <[email protected]>
The memory logger has limitations, and is a constant source of bugs.
Remove the memory logger. M...
llvm-svn: 311686
6b11ace1c299baf43893c56a119dbb47497c0520 authored over 7 years ago by Chris Matthews <[email protected]>
If the user has not defined a baseline, and there is not one in the
config, don't add a baseline...
llvm-svn: 311678
8c6a39c2e47656fb430ec78b8a9305f0145f65c1 authored over 7 years ago by Matthias Braun <[email protected]>llvm-svn: 311677
299dc2eb700f050de10e8c09042be253caa0cd37 authored over 7 years ago by Matthias Braun <[email protected]>Without this we would fail to see error messages written to the logger.
llvm-svn: 311676
69c0cf108f7718a2f4ffd717c928f629da921a09 authored over 7 years ago by Matthias Braun <[email protected]>llvm-svn: 311615
0ca43fce5eb83b402ef049b229526b861dd1a561 authored over 7 years ago by Matthias Braun <[email protected]>llvm-svn: 311616
b15765e79df6fa241c112687c1745de03fdbfbbf authored over 7 years ago by Matthias Braun <[email protected]>
We have CI log scanning in Jenkins that looks for error:, so it is nice
when the error messages ...
llvm-svn: 311613
fae48e0129792e1e70ff0390f7471500d0a25541 authored over 7 years ago by Chris Matthews <[email protected]>These files are gone.
llvm-svn: 311509
3de8b6bfc682e08da20dec0682f6a74eac3a2973 authored over 7 years ago by Chris Matthews <[email protected]>This should be equals -eq not exists -e
llvm-svn: 311507
502492c560b6b95ef1a9aa8a49bd03632c96e5bd authored over 7 years ago by Chris Matthews <[email protected]>
Turns out this is not run with the default tests, so I was not even
running this locally. It fai...
llvm-svn: 311502
4f00fe65df118a1dc198b5400efeae94ffc812ca authored over 7 years ago by Chris Matthews <[email protected]>
The CI is failing because the path to the postgres database is longer
than postgres would like. ...
This allows to change the parameters of a machine (while this is also
possible when uploading a ...
llvm-svn: 311363
cf7b3432fe198a26bef1614fe66601b3e23bae1c authored over 7 years ago by Matthias Braun <[email protected]>
Default args are only evaluated at program start, so this would be the
wrong timestamp.
llvm-sv...
ffd21b1ef447f0cfe91db3145a6c89c0dc1db87c authored over 7 years ago by Chris Matthews <[email protected]>llvm-svn: 311203
2508ccb836df3b95765a0cead689e7055702e7e4 authored over 7 years ago by Chris Matthews <[email protected]>
I noticed someone passed a malformed plot tuple that crashed LNT instead
of returning a 400 beca...
Followup to r309247: Submissions got rejected when they did not provide
all the declared machine...
Cleaning up some linter issues. Mostly unused and shadowing.
llvm-svn: 310879
6f21b27208b3380b25f00204a909438be429d060 authored over 7 years ago by Chris Matthews <[email protected]>This old code was using a deprecated exception syntax.
llvm-svn: 310878
1e3d5e3f33cfb813bdddb441f96bc78b6d95cdb3 authored over 7 years ago by Chris Matthews <[email protected]>I accidentally introduced a bunch of tabs in previous commits.
llvm-svn: 310749
9e0d330864c0d194e91ff66670a0469e9e4983cc authored over 7 years ago by Matthias Braun <[email protected]>llvm-svn: 310747
9fd71841f445ec6eb482205675825f84b0c02e43 authored over 7 years ago by Matthias Braun <[email protected]>
%T is deprecated in favor of `mkdir %t`; see also
https://reviews.llvm.org/D35396
llvm-svn: 310748
98b6b01c3162cca59b721922e4f2fc7e812e817e authored over 7 years ago by Matthias Braun <[email protected]>When the LNT server exits early, print the log into the test runner.
llvm-svn: 310668
6461fa3a3648bbab8135e22ac88fb18bcf92e256 authored over 7 years ago by Chris Matthews <[email protected]>llvm-svn: 310666
5c51492f86902e91562eae29b0025227ab4b57ef authored over 7 years ago by Chris Matthews <[email protected]>
This is an attempt to merge in LNT's MySQL support from an experimental
branch. The lnt.llvm.or...
Sometimes tests fail with connection failed. This is because the server
was not up, or up in tim...
Remove two debug messages that spam the server logs and are not that
valuable (the real problem ...
llvm-svn: 310280
4cce4885a487395650aa9ca0607d3faa4b7a44a9 authored over 7 years ago by Matthias Braun <[email protected]>llvm-svn: 309791
e8073308562ece5e22a17e25a59dea5857d93e76 authored over 7 years ago by Matthias Braun <[email protected]>llvm-svn: 309788
22b2e296a216de370869fa4ea9b0faf1bab69202 authored over 7 years ago by Matthias Braun <[email protected]>
Putting in a boolean breaks the LNT run page. The buildbot jobs
use the latest LNT version for s...
Make it just check for `://` in the string, before it would miss
things like `mysql+mysqldb://` ...
mysql cannot index arbitrary length data and I doubt this index is
particularily helpful anyway,...
SQLAlchemy is perfectly good at only creating the tables when they are
missing; there is no need...
We want to choose the IDs that we insert ourself, with autoincrement
enabled mysql won't let us ...
LNT has switched to FieldChanveV2 a long time ago and the old table
sometimes got in the way by ...
llvm-svn: 309409
fc9c668327ae883e42df73cadcfd79141d365402 authored over 7 years ago by Matthias Braun <[email protected]>
Also switched the rename API to use old_name instead of table (as it
only works correctly with p...
You can now choose between 3 different merge strategies:
- reject: Reject submission if a run wi...
Currently when submitting a run and the machine data does not match the
previous data, LNT creat...